|
Microscopic Traffic Simulator
|
Node on the beginning of the lane and can also contain generator. More...
Public Member Functions | |
| StartNode (Point location) | |
| Constructs node on the beginning of the lane. More... | |
Properties | |
| Generator | Generator [get, set] |
| Generator connected to node. More... | |
| bool | ContainsGenerator [get] |
| Determines whether the node contains generator. More... | |
Properties inherited from Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.Node | |
| Point | Location [get] |
| Location of node. More... | |
Node on the beginning of the lane and can also contain generator.
Definition at line 11 of file StartNode.cs.
| Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.StartNode.StartNode | ( | Point | location | ) |
Constructs node on the beginning of the lane.
| location | Location of the node. |
Definition at line 27 of file StartNode.cs.
|
get |
Determines whether the node contains generator.
Definition at line 21 of file StartNode.cs.
|
getset |
Generator connected to node.
Definition at line 16 of file StartNode.cs.